PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / transformRectangle Method
In This Topic
    transformRectangle Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public double[] transformRectangle( 
       double x1,
       double y1,
       double x2,
       double y2
    )

    Parameters

    x1
    y1
    x2
    y2

    Return Value

    N/A
    See Also